home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1988 / Apr 88 / Response to MPW Customization 4 < prev    next >
Encoding:
Text File  |  1991-03-06  |  792 b   |  30 lines  |  [TEXT/GEOL]

  1. Item    5368506                         13-April-88        18:58
  2.  
  3. From:   BIANCHI1                        Bianchi, Curt
  4.  
  5. To:     X0118                           Bell Northern Research, K Patterson
  6.  
  7. cc:     MACAPP$                         MacApp Interest List
  8.  
  9. Sub:    Response to MPW Customization
  10.  
  11. Hi Chris,
  12.  
  13. Here's one way to get rid of the "tunes:"
  14.  
  15. In you MPW Startup file, do something like this:
  16.  
  17. execute "{MacApp}MacAppStartup"     # you should already have this
  18. Set MacAppDone "Beep 3D,15,128"
  19. Set MacAppFailed "Beep d,20"
  20.  
  21.  
  22. That will produce a single beep at the end of the build.  If you want
  23. absolutely no sound, then set the two shell variables to an empty string ''.
  24.  
  25. I think the tunes are going bye-bye for the next version of MacApp.
  26.  
  27. Curt Bianchi
  28. Apple Computer
  29.  
  30.